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!)
A144851 a(n) = number of distinct prime divisors (taken together) of numbers of the form 2x^2+1 for x<=10^n. 4
8, 76, 760, 7445, 73477, 726948, 7218256, 71801859, 715087632, 7127665635, 71089166879, 709344259821 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
d = 10; l = 0; p = 2; c = {}; a = {}; Do[k = p x^2 + 1; b = Divisors[k]; Do[If[PrimeQ[b[[n]]], AppendTo[a, b[[n]]]], {n, 1, Length[b]}]; If[x == d, a = Union[a]; l = Length[a]; d = 10 d; Print[l]; AppendTo[c, l]], {x, 1, 10000}]; c (*Artur Jasinski*)
CROSSREFS
Sequence in context: A303736 A083234 A247744 * A233827 A231286 A251927
KEYWORD
nonn
AUTHOR
Artur Jasinski & Bernhard Helmes (bhelmes(AT)gmx.de), Sep 22 2008
EXTENSIONS
Fixed broken link, corrected and extended to agree with website. - Ray Chandler, Jun 30 2015
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 26 06:13 EDT 2024. Contains 371990 sequences. (Running on oeis4.)