login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061237 Prime numbers == 1 (mod 9). 13
19, 37, 73, 109, 127, 163, 181, 199, 271, 307, 379, 397, 433, 487, 523, 541, 577, 613, 631, 739, 757, 811, 829, 883, 919, 937, 991, 1009, 1063, 1117, 1153, 1171, 1279, 1297, 1423, 1459, 1531, 1549, 1567, 1621, 1657, 1693, 1747, 1783, 1801, 1873, 1999 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A010888(a(n)) = 1. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Feb 25 2005

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,2000

MATHEMATICA

Select[ Range[ 2000 ], PrimeQ[ # ] && Mod[ #, 9 ] == 1 & ]

PROG

(PARI) { n=0; forprime (p=2, 128467, if (p%9 == 1, write("b061237.txt", n++, " ", p)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 19 2009]

[ p: p in PrimesUpTo(2000) | p mod 9 in {1} ]; [From Vincenzo Librandi, Dec 25 2010]

CROSSREFS

Cf. A061238-A061242.

Sequence in context: A039321 A043144 A043924 * A158293 A107579 A050528

Adjacent sequences:  A061234 A061235 A061236 * A061238 A061239 A061240

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 23 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), May 10 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.