Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065544
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065544 a(n) is smallest prime > 13*a(n-1), a(1) = 13. +0
1
13, 173, 2251, 29269, 380503, 4946581, 64305559, 835972301, 10867639987, 141279319843, 1836631157971, 23876205053627, 310390665697169, 4035078654063221, 52456022502821891, 681928292536684637 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

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

CROSSREFS

Sequence in context: A167254 A140455 A041314 this_sequence A096719 A109392 A132386

Adjacent sequences: A065541 A065542 A065543 this_sequence A065545 A065546 A065547

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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research