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!)
A088590 A nonsense sequence. 0
1, 3, 8, 26, 194, 974, 19582, 137079, 7484309, 82327407, 12218470614, 158840117990, 64080677159258, 1089371511707397, 1194640921585668389, 22698177510127699399, 67662313540106094700977, 1556233211422440178122481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Phi=(Sqrt[5]+1)/2;
Digits=18;
a=Table[If[m==0, Phi, Phi*Product[Prime[n], {n, 1, m}]], {m, 0, Digits}];
b=Table[Exp[Sum[n, {n, 0, m}]], {m, 0, Digits}];
c=Table[Floor[a[[Floor[(n+1)/2]]]*b[[Floor[n/2]]]], {n, 2, Digits+1}]
CROSSREFS
Sequence in context: A054097 A238243 A298624 * A023637 A128894 A118165
KEYWORD
nonn,uned,less
AUTHOR
Roger L. Bagula, Nov 20 2003
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 April 19 10:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)