Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065543
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065543 a(n) is smallest prime > 11*a(n-1), a(1) = 11. +0
1
11, 127, 1399, 15391, 169307, 1862381, 20486203, 225348257, 2478830833, 27267139177, 299938530953, 3299323840567, 36292562246243, 399218184708683, 4391400031795559, 48305400349751191, 531359403847263197 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

NextPrim[n_Integer] := Block[ {k = n + 1}, While[ !PrimeQ[k], k++ ]; Return[k]]; a[1] = 11; a[n_] := NextPrim[ 11*a[n - 1]]; Table[ a[n], {n, 1, 20} ]

CROSSREFS

Sequence in context: A069599 A053546 A084975 this_sequence A015598 A015601 A024144

Adjacent sequences: A065540 A065541 A065542 this_sequence A065544 A065545 A065546

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 28 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research