The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A007648 n*18^n + 1 is a prime.
(Formerly M3079)
3
1, 3, 21, 23, 842, 1683, 3401, 16839, 49963, 60239, 150940, 155928 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(13) > 203597. - Ray Chandler, Apr 10 2016
REFERENCES
H. Dubner, Generalized Cullen numbers, J. Rec. Math., 21 (No. 3, 1989), 190-191.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
MATHEMATICA
k = 0; While[k < 10001, If[PrimeQ[k*18^k + 1], Print@ k]; k++] (* Robert G. Wilson v, Aug 19 2013 *)
CROSSREFS
Sequence in context: A043081 A091675 A067233 * A273481 A050586 A074217
KEYWORD
nonn,hard
AUTHOR
EXTENSIONS
Error in description corrected 8/97.
a(7) from Robert G. Wilson v, Dec 10 2012
a(8)-a(10) from Giovanni Resta, Aug 21 2013
a(11)-a(12) from Loeh link by Ray Chandler, Apr 10 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 18 18:37 EDT 2024. Contains 372664 sequences. (Running on oeis4.)