User talk:Sam Ruben Abraham

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Welcome Sam Ruben Abraham!

Now that you've joined Wikipedia, there are 39,444,864 registered editors!
Hello Sam Ruben Abraham. Welcome to Wikipedia and thank you for your contributions!

I'm Ad Orientem, one of the other editors here, and I hope you decide to stay and help contribute to this amazing repository of knowledge.

Some pages of helpful information to get you started:
  Introduction to Wikipedia
  The five pillars of Wikipedia
  Editing tutorial
  How to edit a page
  Simplified Manual of Style
  The basics of Wikicode
  How to develop an article
  How to create an article
  Help pages
  What Wikipedia is not
Some common sense Dos and Don'ts:
  Do be bold
  Do assume good faith
  Do be civil
  Do keep cool!
  Do maintain a neutral point of view
  Don't spam
  Don't infringe copyright
  Don't edit where you have a conflict of interest
  Don't commit vandalism
  Don't get blocked
If you need further help, you can:
  Ask a question
or you can:
  Get help at the Teahouse
or even:
  Ask an experienced editor to "adopt" you

Alternatively, leave me a message at my talk page or type {{helpme}} here on your talk page and someone will try to help.

There are many ways you can contribute to Wikipedia. Here are a few ideas:
  Fight vandalism
  Be a WikiFairy or a WikiGnome
  Help contribute to articles
  Perform maintenance tasks
           
  Become a member of a project that interests you
  Help design new templates
  Subscribe and contribute to The Signpost

To get some practice editing you can use a sandbox. You can create your own personal sandbox for use any time. It's perfect for working on bigger projects. Then for easy access in the future, you can put {{My sandbox}} on your user page. By the way, seeing as you haven't created a user page yet, simply click here to start it.

Please remember to:

  • Always sign your posts on talk pages. You can do this either by clicking on the button on the edit toolbar or by typing four tildes ~~~~ at the end of your post. This will automatically insert your signature, a link to your talk page, and a timestamp.
  • Leave descriptive edit summaries for your edits. Doing so helps other editors understand what changes you have made and why you made them.
The best way to learn about something is to experience it. Explore, learn, contribute, and don't forget to have some fun!

Sincerely, Ad Orientem (talk) 05:35, 8 July 2020 (UTC)   (Leave me a message)[reply]

Ad Orientem (talk) 05:35, 8 July 2020 (UTC)[reply]

The Six-Series Prime Number Sieve[edit]

The Six-Series Prime Number Sieve[edit]

This is an idea for a prime number sieve which I came across this week. I'm not sure about its authenticity, but here's how it goes:

  1. 1. Write 2, 3 on top.
  2. 2. Write 5 ( = 2 + 3) and 7 ( = 22 + 3) below 2 and 3 respectively.
  3. 3. With 5 as beginning term and common difference 6, write an AP of the form 5 + (k - 1)×6 in a column below 5.
  4. 4. Do step 3 below 7 with 7 as the beginning term.
  5. 5. Starting with 5 in the first column, remove all numbers of the form 5 + (k - 1)×5×6 [except 5 (k = 1)]
  6. 6. Do the same with the other numbers coming under 5 (let the number be 'n') , by removing numbers of the form n + (k - 1)×6×n [except the numbers at k = 1]
  7. 7. Execute steps 5 & 6 under the column of 7, starting with 7 as the first number used.

I tried this algorithm and found that only prime numbers appeared to be coming out of the sieve. What I want to know are the following:

  • Has this algorithm ever been discovered before ?
  • If not, how efficient is this algorithm ?
  • How efficient will this be once translated into a computer program ?

--Sam Ruben Abraham (talk) 05:52, 8 July 2020 (UTC)[reply]