Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A095938
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A095938 a(n+1) = (a(n)-1)-th prime + 1. +0
1
2, 3, 4, 6, 12, 32, 128, 710, 5382, 52712, 648392, 9737334, 174440042, 3657500102, 88362852308, 2428095424620, 75063692618250, 2586559730396078 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

NestList[Prime[ # - 1] + 1 &, 2, 16] (* Robert G. Wilson v *)

PROGRAM

(PARI) a(n)=if(n<2, 2, prime(a(n-1)-1)+1); for(n=1, 10, print1(a(n), ", "));

CROSSREFS

Equals A007097 + 1.

Sequence in context: A038504 A018405 A018419 this_sequence A018460 A018484 A018496

Adjacent sequences: A095935 A095936 A095937 this_sequence A095939 A095940 A095941

KEYWORD

more,nonn

AUTHOR

Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 13 2004

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 September 6 00:03 EDT 2008. Contains 143485 sequences.


AT&T Labs Research