login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001367 Solution to f(1) = 1, f(n) = sqrt(n) f(sqrt(n)) + n at values n = 2^2^i. 0
1, 6, 40, 896, 294912, 23622320128, 119903836479112085504, 2552117751907038475975309555738261585920 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

f[ 2 ] := 1; f[ n_ ] := Sqrt[ n ]*f[ Sqrt[ n ] ] + n; Table[ f[ 2^2^i ], {i, 0, 7} ]

CROSSREFS

Sequence in context: A196449 A186196 A196478 * A096671 A196712 A086803

Adjacent sequences:  A001364 A001365 A001366 * A001368 A001369 A001370

KEYWORD

nonn

AUTHOR

Alexander Sorg (sorg(AT)bu.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 17:45 EST 2012. Contains 205833 sequences.