Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100891
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100891 Padovan numbers that are also prime numbers. +0
2
2, 3, 5, 7, 37, 151, 3329, 23833, 13091204281, 3093215881333057, 1363005552434666078217421284621279933627102780881053358473, 15588776951416085077510989418992659751154036186218119518685988091641806301855667\ 19 (list; graph; listen)
OFFSET

1,1

REFERENCES

Midhat J. Gazale, "Gnomon: From Pharoahs to Fractals", Princeton University Press, 1999

LINKS

Ian Stewart, Tales of a Neglected Number.

Eric Weisstein's World of Mathematics, Padovan Sequence

FORMULA

a[0]=a[1]=a[2]=1; a[3]=a[4]=2; a[n]=a[n-2]+a[n-3]; a[n] is prime;

MAPLE

{ u=v=w=1; x=2; for (k=1, 1000, y = v+w; u = v; v = w; w = x; x = y; if (isprime(y), print(k " " y), ); ) }

MATHEMATICA

a[0] = 1; a[1] = a[2] = 0; a[n_] := a[n] = a[n - 2] + a[n - 3]; a /@ Select[ Range[1000], PrimeQ[ a[ # ]] &] (from Robert G. Wilson v Jan 14 2005)

CROSSREFS

Cf. A000931.

Adjacent sequences: A100888 A100889 A100890 this_sequence A100892 A100893 A100894

Sequence in context: A048401 A117639 A153014 this_sequence A051857 A050654 A110363

KEYWORD

nonn

AUTHOR

John Lien (jtlien(AT)sbcglobal.net), Jan 10 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 14 2005

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 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research